'DeclarationPublic Overridable Function MoveItem( _ ByVal item As T, _ ByVal step As Integer _ ) As Boolean
'UsageDim instance As PDFCollection(Of T,K) Dim item As T Dim step As Integer Dim value As Boolean value = instance.MoveItem(item, step)
Parameters
- item
 - Item to move.
 - step
 - Number of positions to move.
 
Return Value
True if the item has been moved.